home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE taglib PUBLIC
- "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
- "http://java.sun.com/j2ee/dtds/web-jsptaglib_1_1.dtd">
-
- <taglib>
- <tlibversion>1.0</tlibversion>
- <jspversion>1.1</jspversion>
- <shortname>imars_api</shortname>
- <info>Tag library for using the IMARS EJB.</info>
-
- <tag>
- <name>imars_api</name>
- <tagclass>com.britannica.oec.jsp.tagext.imars.ImarsAPITag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info>
- Base tag for the IMARS API. The attributes of this tag are the
- lookup id and the integer value of its
- com.britannica.oec.util.OECType.
- </info>
- <attribute>
- <name>lookupId</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- <attribute>
- <name>idType</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
-
- <tag>
- <name>thesaurus_entry_xml</name>
- <tagclass>com.britannica.oec.jsp.tagext.imars.ThesaurusEntryXMLTag</tagclass>
- <bodycontent>empty</bodycontent>
- <info>Retrieve the thesaurus entry XML from the EJB, given the ids set in the
- imars_api tag.</info>
- </tag>
-
- <tag>
- <name>index_entry_xml</name>
- <tagclass>com.britannica.oec.jsp.tagext.imars.IndexEntryXMLTag</tagclass>
- <bodycontent>empty</bodycontent>
- <info>Retrieve the index entry XML from the EJB, given the ids set in the
- imars_api tag.</info>
- </tag>
-
- <tag>
- <name>idx_xml</name>
- <tagclass>com.britannica.oec.jsp.tagext.imars.IdxXMLTag</tagclass>
- <bodycontent>empty</bodycontent>
- <info>Retrieve the xml content for idxid link attribute through imars api call.
- </info>
- </tag>
-
- <tag>
- <name>topic_map_xml</name>
- <tagclass>com.britannica.oec.jsp.tagext.imars.TopicMapXMLTag</tagclass>
- <bodycontent>empty</bodycontent>
- <info>Retrieve the topic map XML from the EJB, given the ids set in the
- imars_api tag.</info>
- </tag>
-
- <tag>
- <name>topic_map_xml_for_type</name>
- <tagclass>com.britannica.oec.jsp.tagext.imars.TopicMapForTypeXMLTag</tagclass>
- <bodycontent>empty</bodycontent>
- <info>Retrieve the topic map XML from the EJB, given the ids set in the
- imars_api tag.</info>
- <attribute>
- <name>typeId</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
-
- <tag>
- <name>set_hasTopicMap</name>
- <tagclass>com.britannica.oec.jsp.tagext.imars.SetHasTopicMapTag</tagclass>
- <bodycontent>empty</bodycontent>
- <info>
- Retrieve the hasTopicMap boolean value from the API and set is as an attribute.
- </info>
- <attribute>
- <name>attributeName</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- <attribute>
- <name>scope</name>
- <required>false</required>
- <rtexprvalue>false</rtexprvalue>
- </attribute>
- </tag>
-
- <tag>
- <name>set_idxId</name>
- <tagclass>com.britannica.oec.jsp.tagext.imars.SetIdxidTag</tagclass>
- <bodycontent>empty</bodycontent>
- <info>
- Retrieve idxid value from the API and set it as an attribute.
- </info>
- <attribute>
- <name>attributeName</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- <attribute>
- <name>scope</name>
- <required>false</required>
- <rtexprvalue>false</rtexprvalue>
- </attribute>
- </tag>
-
-
- <tag>
- <name>set_edit_unit_id</name>
- <tagclass>com.britannica.oec.jsp.tagext.imars.SetEditUnitIdTag</tagclass>
- <bodycontent>empty</bodycontent>
- <info>
- Retrieve the EditUnitId from the API and set it as an Integer object
- in an attribute.
- </info>
- <attribute>
- <name>attributeName</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- <attribute>
- <name>scope</name>
- <required>false</required>
- <rtexprvalue>false</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>set_idxrefId</name>
- <tagclass>com.britannica.oec.jsp.tagext.imars.SetIdxrefIdTag</tagclass>
- <bodycontent>empty</bodycontent>
- <info>
- Retrieve idxref id when it's eu=0
- </info>
- <attribute>
- <name>attributeName</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- <attribute>
- <name>scope</name>
- <required>false</required>
- <rtexprvalue>false</rtexprvalue>
- </attribute>
- </tag>
-
- </taglib>
-